home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 298
- Top = 204
- BorderIcons = [biMinimize, biMaximize]
- BorderStyle = bsNone
- Caption = 'Press the Modal buttonto make a Win32 "modal" window'
- ClientHeight = 100
- ClientWidth = 465
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- WindowState = wsMaximized
- OnClose = FormClose
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 16
- Width = 449
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption =
- 'Press a key (including system keystrokes) and this label will di' +
- 'splay info on the key'
- end
- object Button1: TSpeedButton
- Left = 128
- Top = 56
- Width = 75
- Height = 25
- Caption = 'Modal'
- OnClick = Button1Click
- end
- object Button2: TSpeedButton
- Left = 248
- Top = 56
- Width = 75
- Height = 25
- Caption = 'Nonmodal'
- OnClick = Button2Click
- end
- end
-